(C) 1996 AROS - The Amiga Replacement OS
time_t tt; struct tm * tm; // Get the time time (&tt); // and convert it tm = gmtime (&tt);
1. every 4th year is a leap year
2. every 100th year is none
3. every 400th is one
4. 1900 was none, 2000 is one